﻿header {
    background-color: white;
    font-size: 32px;
    color: white;
}

.pageheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto 0px auto;
    padding-top: 30px;
    height: 45px;
    font-weight: bold;
    max-width: 80vw;
    padding-bottom: 30px;
}

.menu {
}

.menu_mobile {
    display: none;
}

.menu_top {
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    width: 120px;
}

.menu_list {
    padding: 0px 0px 0px 0px;
    cursor: default;
    width: 180px;
}

.empt_menu {
}

#mb1 {
}

ul.menubar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0px auto 0px auto;
    list-style: none;
    font-size: 13px;
    height: 26px;
    max-width: 76vw;
    /*    background: transparent; /*background: #E5EAED;*/

    font-family: Gilroy, Roboto, sans-serif;
    font-weight: bold;
    /*    background-image: url('/Images/one_button.png');*/
    color: #FFFFFF;
}

    ul.menubar li {
        background-color: #FFFFFF;
        width: 20vw;
        font-family: Roboto;
        text-align: center;
        line-height: 2em;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #132644;
        margin: 0px 0px 0px 0px;
        padding: 0;
    }

    ul.menubar p {
       
        text-align: center;
        line-height: 2em;
        
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        height: 100%;
    }



ul .menu {
    position: relative;
    left: 0;
    display: none;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: normal !important;
    font-size: 100% !important;
    width: 144px;
    text-align: left;
    font-family: Roboto, sans-serif;
    z-index: 1001;
}

    ul.menu li {
        float: none;
        display: block;
        text-align: left;
        line-height: normal;
        white-space: nowrap;
        padding: 10px 2em 5px 1em;
        color:#F0F0F0;      
        cursor: pointer;
       
       
        /*width: 12em;*/
        width: 144px;
        z-index: 1001;
       
    }

li.separator {
    margin: 0;
    margin-bottom: 4px !important;
    height: 2px !important;
    border-bottom: 1px solid black;
}

li.checked {
    /*font-weight: bold;*/
    background-image: url('aria.css');
    background-repeat: no-repeat;
    background-position: 5px 10px;
}

.menu-item {
    font-size: 8pt;
    font-family: Roboto, sans-serif;
    font-weight: bold;
}


.menu-focus {
    background-color: #617B8B !important;
    /*font-weight: bold;*/
    color: white !important;
}

li.menu-focus-checked {
    background-color: #136FB3 !important;
    font-weight: bold;
    color: white !important;
    background-image: url('http://www.oaa-accessibility.org/media/examples/images/dot-selected.png') !important;
}

.hidden {
    position: absolute;
    left: -200em;
    top: -20em;
}


/*
 * Text area styles
 */
.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

/* === BreadAuth bar === */
.breadauth-bar {
  width: 100%;
  box-sizing: border-box;

  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 4px 12px;

  font-size: 12px;
  line-height: 1.4;

  background-color: #f7f7f7;
  border-bottom: 1px solid #e0e0e0;
  color: #444;
}

#breadauth {
  clear: both;
  position: relative;
  z-index: 0;
  margin-top: 16px;
}

#breadauth .breadauth-bar {
  max-width: 80vw;
  margin: 0 auto;
}


.breadauth-bar #BC {
  display: inline-flex;
  align-items: center;
  gap: 4px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadauth-bar #BC a {
  color: #555;
  text-decoration: none;
}

.breadauth-bar #BC a:hover {
  text-decoration: underline;
}

.breadauth-right {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  white-space: nowrap;
}

.breadauth-right #user {
  font-weight: 600;
  color: #333;
}

.breadauth-right a {
  color: #0066aa;
  text-decoration: none;
  cursor: pointer;
}

.breadauth-right a:hover {
  text-decoration: underline;
}

#signout.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}


